projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f81ed2b
)
(expose_window): Don't redraw the window that's
author
Gerd Moellmann
<gerd@gnu.org>
Fri, 15 Dec 2000 17:14:07 +0000
(17:14 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Fri, 15 Dec 2000 17:14:07 +0000
(17:14 +0000)
currently being updated.
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index daf2e90ea95c1e17f0c49c4256b8e265f105d989..d45dfd8c7e1856b3a646848afb88773c1129d5cd 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-5819,7
+5819,7
@@
expose_window (w, r)
happen when toolkit scroll bars are used and a window is split.
Reconfiguring the scroll bar will generate an expose for a newly
created window. */
- if (w->current_matrix == NULL)
+ if (w->current_matrix == NULL
|| w == updated_window
)
return;
TRACE ((stderr, "expose_window (%d, %d, %d, %d)\n",